GetMeanVector Interface

public interface GetMeanVector

Module Procedures

private function GetMeanFloat(vector, nodata) result(mean)

compute mean of a vector of real numbers. If nodata is passed numbers are filetered before computing mean

Arguments

Type IntentOptional Attributes Name
real(kind=float), intent(in) :: vector(:)
real(kind=float), intent(in), optional :: nodata

Return Value real(kind=float)